improve test descriptions
authorJoey Hess <joeyh@joeyh.name>
Tue, 30 May 2023 20:11:29 +0000 (16:11 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 30 May 2023 20:11:29 +0000 (16:11 -0400)
Test.hs

diff --git a/Test.hs b/Test.hs
index 673a9d5ee6b7c41c63fcafbc601853d75a8fc950..e6204d4f3eba9dafa728f668d42e32f1a88695fe 100644 (file)
--- a/Test.hs
+++ b/Test.hs
@@ -282,8 +282,8 @@ repoTests note numparts = map mk $ sep
        , testCase "readonly remote" test_readonly_remote
        , testCase "ignore deleted files" test_ignore_deleted_files
        , testCase "metadata" test_metadata
-       , testCase "export_import" test_export_import
-       , testCase "export_import_subdir" test_export_import_subdir
+       , testCase "export and import" test_export_import
+       , testCase "export and import of subdir" test_export_import_subdir
        , testCase "shared clone" test_shared_clone
        , testCase "log" test_log
        , testCase "view" test_view